home *** CD-ROM | disk | FTP | other *** search
/ Monster Media 1994 #2 / Monster Media No. 2 (Monster Media)(1994).ISO / bbs_game / cc132.zip / SYSOP.DOC < prev   
Text File  |  1994-07-14  |  14KB  |  340 lines

  1.  
  2.                             C r i s s - C r o s s          
  3.  
  4.                              W r i t t e n    b y
  5.                     
  6.                     W i l l i a m    H.    R o u n t r e e
  7.  
  8.                        C o p y r i g h t  (c)   1 9 9 4
  9.  
  10.  
  11. Criss-Cross, Copyright (c) 1994 by William H. Rountree, is being
  12. distributed as Shareware. Under this concept you may use the SHAREWARE
  13. (unregistered) version for a reasonable period of time for evaluation
  14. after which you must either register your copy or discontinue usage.
  15.  
  16. Disclaimer:
  17.  
  18.      This program and other files associated with it are not
  19.      guaranteed to be bug free or virus free.  We are not
  20.      responsible for any damages of any kind, including
  21.      profit loses and data loss, that relate directly or
  22.      indirectly to these programs and files.  You may
  23.      distribute this program, as long as it is in unmodified
  24.      form with all the files originally included.
  25.  
  26. Credits:
  27.      Quick Basic (R) is a registered trade mark of Microsoft Corporation
  28.  
  29.      PCBoard (R) is a registered trade mark of Clark Development
  30.                  Corporation
  31.  
  32.      DoorFrame is copyrighted by Ted Freeman 1990-3,
  33.                   copyright (c) July-93 by Richard Paquette
  34.  
  35.  
  36. Overview:
  37.  
  38.           * * * * * * * This Door Requires ANSI  * * * * * * *
  39.  
  40.      Criss-Cross is a stratagic/number type door game.  This door does not
  41.      contain any time limit except that of the user's existing time left
  42.      online.  Although not written to operate on a multi-tasking environment,
  43.      it has been tested to do so without any known problems.  This door will
  44.      support up to 50 users.  It is also written to be able to use Com ports
  45.      and IRQ's not usually used.  This door does NOT require any daily
  46.      maintenance.  This door code is written using Quick Basic and DoorFrame
  47.      runtime library.  
  48.  
  49. Configuration file setup:
  50.                                 Example Batch File
  51.                                 ------------------
  52. A sample batch file is included and is similar to the following:
  53.  
  54.    ECHO OFF
  55.    CD\DOORS\CC             <=- Switch to the door's Directory.
  56.    CC CC.CFG               <=- Execute the door program and pass the
  57.                                 configuration filename to the program.
  58.    CD\PCB                  <=- Go back to PCB DIR when user exits door.
  59.    BOARD                   <=- Restart BBS.
  60.  
  61.  
  62.                           Configuration Files
  63.                           -------------------
  64.  
  65. Example configuration file for PCBOARD.SYS
  66. ------------------------------------------
  67.  
  68. C:\PCB\PCBOARD.SYS  <=-  (Full pathname of your PCBOARD.SYS file)
  69. Prime Base          <=-  (Change this to your BBS name)
  70. William             <=-  (The Sysop's first name)
  71. Rountree            <=-  (The Sysop's last name)
  72. 00000               <=-  (Your BBS Registration Number)
  73. William Rountree    <=-  (Sponsor of Door)
  74. 5                   <=-  (Number of games allowed each day)
  75.  
  76. Example configuration file for USERS.SYS
  77. ------------------------------------------
  78.  
  79. C:\PCB\USERS.SYS    <=-  (Full pathname of your USERS.SYS file)
  80. Prime Base          <=-  (Change this to your BBS name)
  81. William             <=-  (The Sysop's first name)
  82. Rountree            <=-  (The Sysop's last name)
  83. 00000               <=-  (Your BBS Registration Number)
  84. William Rountree    <=-  (Sponsor of Door)
  85. 5                   <=-  (Number of games allowed each day)
  86.  
  87. Example configuration file for DOOR.SYS
  88. ---------------------------------------
  89.  
  90. C:\BBS\DOOR.SYS     <=-  (Full pathname of your DOOR.SYS file)
  91. Prime Base          <=-  (Change this to your BBS name)
  92. William             <=-  (The Sysop's first name)
  93. Rountree            <=-  (The Sysop's last name)
  94. 00000               <=-  (Your BBS Registration Number)
  95. William Rountree    <=-  (Sponsor of Door)
  96. 5                   <=-  (Number of games allowed each day)
  97.  
  98. Example configuration file for USERINFO.DAT
  99. -------------------------------------------
  100.  
  101. C:\BBS\USERINFO.DAT <=-  (Full pathname of your USERINFO.DAT file)
  102. Prime Base          <=-  (Change this to your BBS name)
  103. William             <=-  (The Sysop's first name)
  104. Rountree            <=-  (The Sysop's last name)
  105. 00000               <=-  (Your BBS Registration Number)
  106. William Rountree    <=-  (Sponsor of Door)
  107. 5                   <=-  (Number of games allowed each day)
  108.  
  109. Example configuration file for CALLINFO.BBS
  110. -------------------------------------------
  111.  
  112. C:\BBS\CALLINFO.BBS <=-  (Full pathname of your CALLINFO.BBS file)
  113. Prime Base          <=-  (Change this to your BBS name)
  114. William             <=-  (The Sysop's first name)
  115. Rountree            <=-  (The Sysop's last name)
  116. 00000               <=-  (Your BBS Registration Number)
  117. William Rountree    <=-  (Sponsor of Door)
  118. 5                   <=-  (Number of games allowed each day)
  119.  
  120. Example configuration file for DORINFOx.DEF
  121. -------------------------------------------
  122.  
  123. C:\BBS\DORINFOx.DEF <=-  (Full pathname of your DORINFOx.DEF file
  124.                           where 'x' is the BBS Node number.
  125. Prime Base          <=-  (Change this to your BBS name)
  126. William             <=-  (The Sysop's first name)
  127. Rountree            <=-  (The Sysop's last name)
  128. 00000               <=-  (Your BBS Registration Number)
  129. William Rountree    <=-  (Sponsor of Door)
  130. 5                   <=-  (Number of games allowed each day)
  131.  
  132. Example configuration file for SFDOORS.DAT
  133. ------------------------------------------
  134.  
  135. C:\BBS\SFDOORS.DAT  <=-  (Full pathname of your SFDOORS.DAT file)
  136. Prime Base          <=-  (Change this to your BBS name)
  137. William             <=-  (The Sysop's first name)
  138. Rountree            <=-  (The Sysop's last name)
  139. 00000               <=-  (Your BBS Registration Number)
  140. William Rountree    <=-  (Sponsor of Door)
  141. 5                   <=-  (Number of games allowed each day)
  142.  
  143. Example configuration file for GTUSER.BBS
  144. ----------------------------------------
  145.  
  146. C:\BBS\GTUSER.BBS   <=-  (Full pathname of your GTUSER.BBS file)
  147. Prime Base          <=-  (Change this to your BBS name)
  148. William             <=-  (The Sysop's first name)
  149. Rountree            <=-  (The Sysop's last name)
  150. 1                   <=-  (COM port number - defaults to 1)
  151. 1                   <=-  (Node number - defaults to 1)
  152. 00000               <=-  (Your BBS Registration Number)
  153. William Rountree    <=-  (Sponsor of Door)
  154. 5                   <=-  (Number of games allowed each day)
  155.  
  156. Example configuration file for TRIBBS.SYS
  157. ----------------------------------------
  158.  
  159. C:\BBS\TRIBBS.BBS   <=-  (Full pathname of your TRIBBS.SYS file)
  160. Prime Base          <=-  (Change this to your BBS name)
  161. William             <=-  (The Sysop's first name)
  162. Rountree            <=-  (The Sysop's last name)
  163. 00000               <=-  (Your BBS Registration Number)
  164. William Rountree    <=-  (Sponsor of Door)
  165. 5                   <=-  (Number of games allowed each day)
  166.  
  167. NOTE: At present it is unclear which BBS systems read their BBS drop files
  168.       back in and make updates to the system files upon termination of a door.
  169.       If your BBS performs this function then your files will be updated,
  170.       otherwise nothing will change and the updates will have to be performed
  171.       manually. It is left to the individual Sysop to know if his BBS
  172.       software does indeed perform the updates or not.
  173.  
  174.     DoorFrame requires DOS 3.x and up since all files are opened in SHARED
  175.     mode.
  176.  
  177.     When using PCBOARD.SYS, DoorFrame also accesses the USERS file.
  178.  
  179.     When using USERS.SYS, DoorFrame also accesses PCBOARD.SYS, PCBOARD.DAT
  180.     and the USERS file.
  181.  
  182.     The DOOR.SYS used by DoorFrame is the standard 52 line GAP (tm) file.
  183.  
  184.     The CALLINFO.BBS used by DoorFrame currently contains 36 lines.
  185.  
  186.     If ANY Basic error is encountered, it will branch to ERR.ROUTINE and
  187.     call the ERRORS subroutine. The error will be printed to the screen and
  188.     written to DFRAME.ERR. Your Door will then exit back to the BBS.
  189.  
  190. Fossil Driver Support
  191. ---------------------
  192.  
  193. - Automatic:
  194.   BNU: Yes
  195.   XOO: Yes
  196.  
  197. Environment Variables:
  198.  
  199. Criss-Cross supports COM 1-4 on the standard IRQ's - COM1/COM3 = IRQ4
  200. and COM2/COM4 = IRQ3. If you wish to use a non-standard IRQ, add the IRQ
  201. number after the configuration filename.
  202.     CC CC.CFG /5 OR
  203.     CC CC.CFG /%IRQ%  for the environment variable.
  204. The /5 tells Criss-Criss to use IRQ5 rather than the standard IRQ4 that
  205. is normally used with COM1. No /x parameter is needed for the standard IRQ's.
  206.  
  207. When specifying the location of the system file on line 1 of the doors .CFG
  208. file, you may use the environment variables %pcbdrive%, %pcbdir%, %pcbnode%,
  209. and %wcnodeid%. Some examples:
  210.  PCBoard:
  211.    USERS.SYS in C:\PCB           - %pcbdrive%%pcbdir%\USERS.SYS
  212.    USERS.SYS in C:\PCB\NODE1     - %pcbdrive%%pcbdir%\NODE%pcbnode%\USERS.SYS
  213.  
  214.  Wildcat!:
  215.    USERINFO.DAT in C:\WC\NODE1   - C:\WC\NODE%wcnodeid%
  216.  
  217. Non-PCBoard systems may use the PCB environment variables by setting them
  218. in either AUTOEXEC.BAT or in the batch that runs the door. For example:
  219.  SET PCBDRIVE=C:
  220.  SET PCBDIR=\BBSDIR
  221.  SET PCBNODE=1
  222.  
  223.  
  224. Daily Maintenance:
  225.  
  226.      No modification of your daily maintenance is required since Criss-Cross
  227.      performs it's Daily Maintenance on the first caller that day.  This
  228.      maintenance is very short and should not delay the play by that call
  229.      very much.
  230.  
  231. Limitations:
  232.  
  233.      This door will continue to operate in it's original condition until
  234.      it is registered.
  235.      
  236.      1:  A 5 second delay and message will be displayed upon it start and
  237.          exit.
  238.      2:  Each player is limited to 1 game a day until registered.
  239.      3:  A player cannot play ahead, or make up lost days until registered.
  240.  
  241.      These limitations will be removed upon it's registration.
  242.  
  243. Sysop Keys
  244. ==========
  245.  
  246. F3    -  Toggles the printer On/Off. Value is passed to PCBoard and/or
  247.          written to DOOR.SYS and USERS.SYS
  248. F4    -  Toggles the Page Bell on/off. Value is passed to PCBoard
  249.          and/or written to DOOR.SYS and USERS.SYS
  250. F5    -  DOS Shell. Allows SysOp to exit to DOS from inside a DOOR.
  251. F7    -  Toggles the Caller Alarm On/Off. Value is passed to PCBoard
  252.          and/or written to DOOR.SYS and USERS.SYS
  253. F8    -  Returns the caller involuntarily to the BBS.
  254. F9    -  Toggles the local display On/Off. Value is passed to PCBoard
  255.          and/or written to DOOR.SYS and USERS.SYS
  256. F10   -  Activates SysOp CHAT mode within the DOOR.
  257. ESC   -  Deactivates CHAT mode.  DOOR is resumed.
  258. UP    -  Give the caller extra time while in the DOOR.
  259. DN    -  Subtract time from the caller while in the DOOR.
  260. HOME  -  HELP key for Status Line options.
  261. ALT-N -  SysOp next on toggle. Value passed to PCBoard. (PCBoard only)
  262. ALT-X -  PCBoard will exit after current caller logs off. Value is
  263.          passed to PCBoard. Not available on non-PCBoard systems.
  264.  
  265. Beta Testing:
  266.  
  267.      This version has been beta tested on:
  268.     
  269.      BBS: Prime Base, Data #:(804) 587-4289/4382, Sysop: William Rountree
  270.  
  271. Registration:
  272.  
  273.      Criss-Cross costs $15.00 US currency to register.  I will post a
  274.      message on Prime Base in the Door Support Conference with your
  275.      individual registration number.  If you have any problems or questions,
  276.      please leave all messages in this area for:
  277.  
  278.           William Rountree or Sysop at:
  279.  
  280.           Prime Base Node #1: (804) 587-4289   14,400 V32Bis, V42Bis
  281.                           #2: (804) 587-4382   16,800 USR Dual Standard
  282.           Voice:              (804) 587-3082
  283.           FidoNet: 1:275/58
  284.  
  285.      Bill McPhail is also an authorized distribution and registration site.
  286.      Please, if you use this site, make your check or money order out to Bill
  287.      McPhail instead of myself.
  288.  
  289.           Bill McPhail at:
  290.  
  291.           The BoardRoom BBS #1: (206) 837-1763   14,400 V32Bis, V42Bis
  292.                             #2: (206) 846-0755   14,400 V32Bis, V42Bis
  293.           FidoNet: 1:138/138
  294.                    1:138/237
  295.  
  296.      Elizabeth Bachman is also the authorized East Coast distribution site.
  297.  
  298.           Elizabeth Bachman at:
  299.  
  300.           The Midnight Special BBS #1: (207) 439-7919 14,400 V32Bis, V42Bis
  301.                                    #2: (207) 439-9318 2400 
  302.           FidoNet: 1:326/105   
  303.  
  304.      Rick Barrowclough is also an authorized CANADIAN distribution site.
  305.  
  306.           Rick Barrowclough at:
  307.  
  308.           The WYRM'S LAIR #1: (604) 542-5641    14,400 V32Bis, V42Bis
  309.                           #2: (604) 558-1979     2,400 (Soon Terbo)
  310.           FidoNet: 1:353/320
  311.  
  312.  
  313.      Werner Sepultur is also an authorized EUROPEAN distribution site.
  314.  
  315.           Werner Sepultur at:
  316.  
  317.           Sepultura-BBS Verden #1: +49 (0)4231-68618   14,400 USR Dual
  318.                                #2: +49 (0)4231-68619   19,200 ZyXel
  319.                                #3: +49 (0)4231-68951   16,800 ZyXel
  320.                                #4: +49 (0)4231-962040  64,000 ISDN
  321.           FidoNet:
  322.  
  323.  
  324.     Angi Wigle is also the authorized East Coast distribution site.
  325.  
  326.           Angi Wigle at:
  327.  
  328.           C'mon Inn BBS         #1: (301) 990-7565 14,400 V32Bis, V42Bis
  329.  
  330.           FidoNet: 1:109/736
  331.           WildNet: 1:109/736
  332.  
  333.  
  334.      Betty Rose is also an authorized distribution and registration site.
  335.      Please, ONLY CREDIT CARD ONLINE ORDERS.
  336.  
  337.           Betty Rose at:
  338.  
  339.           Dragon BBS : (513) 987-2417   14,400 V32Bis, V42Bis
  340.